home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / mfps.arc / MFPS.MAN < prev    next >
Text File  |  1988-10-28  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. MFPS(local)         UNIX Programmer's Manual          MFPS(local)
  5.  
  6.  
  7.  
  8. NAME
  9.      mfps - GEM metafile to PostScript converter
  10.  
  11. SYNOPSIS
  12.      mfps [ -bcelmpR ] [ -B<_✓b_✓u_✓g> ] [-f<_✓f_✓i_✓l_✓e_✓n_✓a_✓m_✓e> ]  file
  13.      mdump file
  14.  
  15. DESCRIPTION
  16.      _✓m_✓f_✓p_✓s reads the contents of the specified GEM-metafile (as
  17.      generated e.g. by _✓G_✓E_✓M-_✓D_✓r_✓a_✓w or _✓E_✓a_✓s_✓y_✓d_✓r_✓a_✓w) and transforms it
  18.      into a stream of _✓P_✓o_✓s_✓t_✓S_✓c_✓r_✓i_✓p_✓t- instructions, which are sent to
  19.      standard output.  The produced output, when processed by a
  20.      PostScript-device (such as the _✓A_✓p_✓p_✓l_✓e _✓L_✓a_✓s_✓e_✓r_✓W_✓r_✓i_✓t_✓e_✓r ), will
  21.      print the picture which is represented by the metafile.
  22.  
  23.      _✓m_✓d_✓u_✓m_✓p prints a symbolic representation of GEM-metafiles on
  24.      standard error.  The program is useful for analyzing struc-
  25.      ture and contents of metafiles.
  26.  
  27.      The following _✓o_✓p_✓t_✓i_✓o_✓n_✓s may be used with mfps:
  28.  
  29.      -b   Tries do draw a box around the picture.
  30.  
  31.      -c   Insert comments for every GEM-object into the
  32.           PostScript output.  This is useful if you want to
  33.           understand how particular/all graphic objects are
  34.           created.
  35.  
  36.      -e   The generated PostScript program will conform to the
  37.           _✓E_✓n_✓c_✓a_✓p_✓s_✓u_✓l_✓a_✓t_✓e_✓d _✓P_✓o_✓s_✓t_✓S_✓c_✓r_✓i_✓p_✓t _✓F_✓i_✓l_✓e _✓F_✓o_✓r_✓m_✓a_✓t (EPSF) as defined
  38.           by Adobe.  Pictures represented in such a file are
  39.           suitable to be imbedded into other documents, e.g.
  40.           _✓d_✓i_✓t_✓r_✓o_✓f_✓f or TEX formatted documents.
  41.  
  42.      -f_✓f_✓i_✓l_✓e_✓n_✓a_✓m_✓e
  43.           Directs the output to the specified file instead of
  44.           standard-output.
  45.  
  46.      -l   Prints the picture in landscape rather than portrait
  47.           format.  mfps will select landscape format automagi-
  48.           cally if the picture won't fit on the page in portrait
  49.           format.
  50.  
  51.      -m   Enables manual feeding of the LaserWriter.  This is
  52.           useful for preparing overhead projector slides.
  53.  
  54.      -p   Prints the picture in portrait mode. This option dis-
  55.           ables the automatic landscaping of wide pictures, which
  56.           would not fit on the page in natural format.
  57.  
  58.      -B<_✓b_✓u_✓g>
  59.           Will tell mfps to behave buggy, i.e. to retain certain
  60.  
  61.  
  62.  
  63. Printed 12/14/87              mfps                              1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MFPS(local)         UNIX Programmer's Manual          MFPS(local)
  71.  
  72.  
  73.  
  74.           bugs of earlier versions that are considered _✓f_✓e_✓a_✓t_✓u_✓r_✓e_✓s
  75.           by some users. The only bug in this category so far is
  76.           related to the way that texts are treated. If the bug-
  77.           letter t is specified, all text objects will be printed
  78.           with PostScript font-specific spacing.  This usually
  79.           makes texts in Helvetica wider and texts in Roman nar-
  80.           rower on the output page than they appear on the screen
  81.           but the spacing is esthetically _✓o_✓p_✓t_✓i_✓m_✓a_✓l. Without the
  82.           t-option selected, the font spacing may be altered to
  83.           fit the specified lengths.
  84.  
  85.      -R   Print version information on standard output.
  86.  
  87. SEE ALSO
  88.      gem2ps(1), fitps(1), mdump(1)
  89.  
  90. BUGS
  91.      Arcs, pies and circles are optional GEM-VDI objects and not
  92.      supported by the current implementation.  Fill-patterns are
  93.      always opaque.  There are also some unimplemented patterns.
  94.      _✓m_✓f_✓p_✓s provides no general GEM-metafile to PostScript conver-
  95.      sion but works with metafiles produced by _✓G_✓E_✓M-_✓D_✓r_✓a_✓w _✓V_✓1._✓0 or
  96.      _✓E_✓a_✓s_✓y_✓d_✓r_✓a_✓w _✓V_✓2._✓0. The program relies strongly on correct
  97.      metafile extent information, which is supplied in the
  98.      metafile header.  Metafiles produced by GEM-applications not
  99.      updating metafile extents or using optional graphic entities
  100.      may cause strange results.
  101.  
  102. AUTHOR
  103.      Axel Mahler
  104.      Technical University Berlin
  105.  
  106.      _✓U_✓U_✓C_✓P:     axel@coma.uucp (unido!coma!axel)
  107.      _✓B_✓I_✓T_✓N_✓E_✓T:   axel@db0tui62
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Printed 12/14/87              mfps                              2
  130.  
  131.  
  132.  
  133.